Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch compose #63

Merged
merged 11 commits into from
Jan 9, 2024
Merged

Batch compose #63

merged 11 commits into from
Jan 9, 2024

Conversation

klemen1999
Copy link
Contributor

Added internal support for batch based augmentations to avoid relying on custom Albumentations fork.

Copy link

github-actions bot commented Jan 8, 2024

Test Results

17 tests  ±0   17 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 576f636. ± Comparison against base commit 42b0b06.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 8, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3238 284 9% 0% 🟢

New Files

File Coverage Status
luxonis_ml/data/augmentations/init.py 0% 🟢
luxonis_ml/data/augmentations/batch_compose.py 0% 🟢
luxonis_ml/data/augmentations/batch_processors.py 0% 🟢
luxonis_ml/data/augmentations/batch_transform.py 0% 🟢
luxonis_ml/data/augmentations/batch_utils.py 0% 🟢
luxonis_ml/data/augmentations/custom/init.py 0% 🟢
luxonis_ml/data/augmentations/custom/letterbox_resize.py 0% 🟢
luxonis_ml/data/augmentations/custom/mixup.py 0% 🟢
luxonis_ml/data/augmentations/custom/mosaic.py 0% 🟢
TOTAL 0% 🟢

Modified Files

No covered modified files...

updated for commit: 576f636 by action🐍

Copy link
Collaborator

@kozlov721 kozlov721 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@conorsim conorsim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlov721 kozlov721 merged commit 23e7b77 into dev Jan 9, 2024
10 checks passed
@kozlov721 kozlov721 deleted the batch_compose branch January 9, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants